home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Updaters / EtherPeek35-352Patch.sea / HTML / About HTML Output next >
Text File  |  1997-05-23  |  9KB  |  172 lines

  1. About HTML Output
  2.  
  3. General
  4. EtherPeek 3.1 introduces the ability to periodically save statistics as HTML files, enabling you to view network information with a web browser.  Use the new “HTML Output…” command in the statistics menu to access a dialog in which you can enable this feature and select a template folder and an output folder. EtherPeek will process all text files in the template folder you select and replace special keywords with packet statistics values and write the resulting files to the output folder. This method allows you to have almost complete control over the HTML that is produced. For example, you can customize the format and appearance of the tables that are produced, include your own text, graphics, and links, and you can keep separate files for each statistics table, or combine them into a single HTML document. Every piece of information in the source, destination, node activity, protocol and filter statistics windows can be accessed.
  5.  
  6. Important
  7. • The corresponding statistics window must be open in order to output a statistics table as HTML. Why? Because otherwise EtherPeek doesn't spend the time to calculate the statistics in the first place.
  8. • Output filenames are based on the template filename and are given the filename extension “.html”. Any existing filename extension on the template file is not used.
  9. • Avoid choosing the same folder for templates and for output or templates may be overwritten (if they end in “.html” for example).
  10.  
  11. Template Keywords
  12. The AG Group has provided a set of template files that you can use without modification, or as a starting point for customizing your own statistics tables.
  13.  
  14. Global Keywords
  15. AG_UPDATE_INTERVAL
  16. The refresh interval from the HTML Output Options dialog (in seconds).
  17.  
  18. AG_STATS_TIME
  19. The date and time that the files last updated.
  20.  
  21. AG_SOURCE_STATS_TOTAL_PACKETS
  22. The number of packets sent by nodes on the network.
  23.  
  24. AG_SOURCE_STATS_NODE_COUNT
  25. The number of nodes that have sent packets on the network.
  26.  
  27. AG_SOURCE_STATS_TABLE_START
  28. AG_SOURCE_STATS_TABLE_END
  29. These keywords mark the start and end of template data that will be repeatedly written for each source node in that “Source Statistics” window. The template data should contain specific keywords that will be replaced for each item.
  30.  
  31. AG_DEST_STATS_TOTAL_PACKETS
  32. The number of packets received by nodes on the network.
  33.  
  34. AG_DEST_STATS_NODE_COUNT
  35. The number of nodes that have received packets on the network.
  36.  
  37. AG_DEST_STATS_TABLE_START
  38. AG_DEST_STATS_TABLE_END
  39. These keywords mark the start and end of template data that will be repeatedly written for each destination node in that “Destination Statistics” window. The template data should contain specific keywords that will be replaced for each item.
  40.  
  41. AG_DUAL_STATS_TOTAL_PACKETS
  42. The total number of packets sent and received by nodes on the network.
  43.  
  44. AG_DUAL_STATS_NODE_COUNT
  45. The total number of nodes that have sent or received packets on the network.
  46.  
  47. AG_DUAL_STATS_TABLE_START
  48. AG_DUAL_STATS_TABLE_END
  49. These keywords mark the start and end of template data that will be repeatedly written for each node in that “Node Activity Statistics” window. The template data should contain specific keywords that will be replaced for each item.
  50.  
  51. AG_PROTO_STATS_TOTAL_PACKETS
  52. The number of packets observed on the network.
  53.  
  54. AG_PROTO_STATS_PROTOCOL_COUNT
  55. The number of protocols that have been observed on the network.
  56.  
  57. AG_PROTO_STATS_TABLE_START
  58. AG_PROTO_STATS_TABLE_END
  59. These keywords mark the start and end of template data that will be repeatedly written for each protocol in that “Protocol Statistics” window. The template data should contain specific keywords that will be replaced for each item. Note that the format will match the hierarchy visible in the window to allow you to customize the output by opening or closing sub protocols.
  60.  
  61. AG_FILTER_STATS_TOTAL_PACKETS
  62. The number of packets that have matched active filters.
  63.  
  64. AG_FILTER_STATS_FILTERS_MATCHED
  65. The number of active filters that have matched captured packets.
  66.  
  67. AG_FILTER_STATS_TABLE_START
  68. AG_FILTER_STATS_TABLE_END
  69. These keywords mark the start and end of template data that will be repeatedly written for each node in that “Protocol Statistics” window. The template data should contain specific keywords that will be replaced for each item. Use the filter table output to generate highly customized tables of information by creating and activating your own filters.
  70.  
  71. Table Keywords
  72. These keywords can appear within the template data marked with the “TABLE_START” and “TABLE_END” keywords from the list of global keywords described above (the table keywords are actually prefixed by the kind of statistics table). Any text that appears between the table start and end keywords will be repeatedly searched for the table-specific keywords and written for each item in the statistics list.
  73.  
  74. Source Statistics
  75. AG_SOURCE_STATS_TABLE_COLOR
  76. A 3-byte RGB color value (in hexadecimal, including the ‘#’ character).
  77.  
  78. AG_SOURCE_STATS_TABLE_NODE
  79. The name or physical address of the node.
  80.  
  81. AG_SOURCE_STATS_TABLE_BARWIDTH
  82. An integer value representing the length of the bar graph based on a 200 pixel maximum width. Note that this value does not consider the scaling factor used in the source statistics window.
  83.  
  84. AG_SOURCE_STATS_TABLE_PERCENT
  85. A percentage value representing the proportion of packets sent by the specific node in relation to the total number of packets sent on the network.
  86.  
  87. AG_SOURCE_STATS_TABLE_PACKETS
  88. The number of packets sent by the specific node.
  89.  
  90. Destination Statistics
  91. AG_DEST_STATS_TABLE_COLOR
  92. A 3-byte RGB color value (in hexadecimal, including the ‘#’ character).
  93.  
  94. AG_DEST_STATS_TABLE_NODE
  95. The name or physical address of the node.
  96.  
  97. AG_DEST_STATS_TABLE_BARWIDTH
  98. An integer value representing the length of the bar graph based on a 200 pixel maximum width. Note that this value does not consider the scaling factor used in the destination statistics window.
  99.  
  100. AG_DEST_STATS_TABLE_PERCENT
  101. A percentage value representing the proportion of packets received by the specific node in relation to the total number of packets received on the network.
  102.  
  103. AG_DEST_STATS_TABLE_PACKETS
  104. The number of packets received by the specific node.
  105.  
  106. Node Activity Statistics
  107. AG_DUAL_STATS_TABLE_COLOR
  108. A 3-byte RGB color value (in hexadecimal, including the ‘#’ character).
  109.  
  110. AG_DUAL_STATS_TABLE_NODE
  111. The name or physical address of the node.
  112.  
  113. AG_DUAL_STATS_TABLE_SOURCE_BARWIDTH
  114. An integer value representing the length of the bar graph based on a 200 pixel maximum width. This width is calculated using the number of packets sent by the specific node and the total number of packets sent on the network. Note that this value does not consider the scaling factor used in the node activity statistics window.
  115.  
  116. AG_DUAL_STATS_TABLE_SOURCE_PERCENT
  117. A percentage value representing the proportion of packets sent by the specific node in relation to the total number of packets sent on the network.
  118.  
  119. AG_DUAL_STATS_TABLE_SOURCE_PACKETS
  120. The number of packets sent by the specific node.
  121.  
  122. AG_DUAL_STATS_TABLE_DEST_BARWIDTH
  123. An integer value representing the length of the bar graph based on a 200 pixel maximum width. This width is calculated using the number of packets received by the specific node and the total number of packets received on the network. Note that this value does not consider the scaling factor used in the node activity statistics window.
  124.  
  125. AG_DUAL_STATS_TABLE_DEST_PERCENT
  126. A percentage value representing the proportion of packets received by the specific node in relation to the total number of packets received on the network.
  127.  
  128. AG_DUAL_STATS_TABLE_DEST_PACKETS
  129. The number of packets received by the specific node.
  130.  
  131. Protocol Statistics
  132. AG_PROTO_STATS_TABLE_COLOR
  133. A 3-byte RGB color value (in hexadecimal, including the ‘#’ character).
  134.  
  135. AG_PROTO_STATS_TABLE_PROTOCOL
  136. The name or hexadecimal representation of the protocol.
  137.  
  138. AG_PROTO_STATS_TABLE_BARWIDTH
  139. An integer value representing the length of the bar graph based on a 200 pixel maximum width. Note that this value does not consider the scaling factor used in the protocol statistics window.
  140.  
  141. AG_PROTO_STATS_TABLE_PERCENT
  142. A percentage value representing the proportion of packets of the specific protocol type in relation to the total number of packets observed on the network.
  143.  
  144. AG_PROTO_STATS_TABLE_PACKETS
  145. The number of packets attributed to the specific protocol.
  146.  
  147. Filter Statistics
  148. AG_FILTER_STATS_TABLE_COLOR
  149. A 3-byte RGB color value (in hexadecimal, including the ‘#’ character).
  150.  
  151. AG_FILTER_STATS_TABLE_FILTER
  152. The name of the specific filter.
  153.  
  154. AG_FILTER_STATS_TABLE_BARWIDTH
  155. An integer value representing the length of the bar graph based on a 200 pixel maximum width. Note that this value does not consider the scaling factor used in the filter statistics window.
  156.  
  157. AG_FILTER_STATS_TABLE_PERCENT
  158. A percentage value representing the proportion of packets matching the specific filter in relation to the total number of packets that have matched all active filters.
  159.  
  160. AG_FILTER_STATS_TABLE_PACKETS
  161. The number of packets that have matched the specific filter.
  162.  
  163. _______________________
  164.  
  165. the ag group, inc.
  166. 2540 Camino Diablo, Suite 200
  167. Walnut Creek, CA 94596
  168.  
  169. phone: (510) 937-7949
  170. fax: (510) 937-2479
  171.  
  172. Copyright © 1996 the ag group, inc. All Rights Reserved.